home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / Software / psp8 / Data1.cab / quick_guides.swf / scripts / DefineButton2_85 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2003-04-22  |  128 b   |  5 lines

  1. on(release, keyPress "<Enter>"){
  2.    _global.menu.selectItem("psp_help");
  3.    loadMovie("psp_help.swf","_root.mainwindow");
  4. }
  5.